==================================================
              Behavior Pack Folders
==================================================

 * _PROJECT_FILES

 - Contains project files like Visual Studio Code workspace.
   (It isn't necessary for add-ons)



 * animation_controllers

 - Behavior animation controllers
   (Used for control behavior animations, or execute command by specific Molang trigger)
   
   Molang:
   https://bedrock.dev/docs/stable/Molang



 * animations

 - Behavior animations
   (Used for execute commands according to each specified time)



 * biomes

 - Minecraft biomes
   (Used for create biome behaviors like temperature and climate)



 * blocks

 - Minecraft blocks
   (Used for create block behaviors like block's explosion resistance)



 * entities

 - Minecraft mobs
   (Used for create entity behaviors like random stroll)



 * feature_rules

 - Minecraft feature rules
   (Used for specify biome features like trees or structures)



 * features

 - Minecraft featires
   (Used for create biome features from structure data)



 * functions

 - Minecraft functions
   (Used for execute multiple commands at once. Can be executed with /function command)



 * items

 - Minecraft items
   (Used for create item behaviors like what happens if player used an item)



 * loot_tables
   (Used for create loot table of entities)



 * recipes
   (Used for specify how players can create items in crafting table)



 * spawn_rules
   (Used for specify how mobs spawns)



 * structures
   (Used for store exported structures from structure block)



 * trading
   (Used for specify trading table)



==================================================
==================================================
The contents of this file are licensed under CC-BY-SA 3.0.
https://creativecommons.org/licenses/by-sa/3.0/

Contact Developer:
tmykkm@gmail.com